home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_071 / airfoil / readme < prev    next >
Text File  |  1992-05-06  |  2KB  |  57 lines

  1. ================================================================================
  2.  
  3.     Airfoil generator utilizing the Joukowski transformation
  4.  
  5.     Written by:  Russell Leighton
  6.              762 1/2 W. Newgrove
  7.                  Lancaster, CA  93534
  8.                  22 March 1987
  9.  
  10.     Any comments?  Just leave me a message on the Lighthouse BBS,
  11.     (805) 272-1812 (my user name is under Russ Leighton) or write to
  12.     me at the address above.
  13.  
  14.     This program was mostly an exercise in C programming using the 
  15.     intuition and graphics routines found in the ROM kernal.  It 
  16.     should, at least, serve as a fairly good example of how to use 
  17.     these routines especially in combination (not as straight forward 
  18.     as the manuals imply).
  19.  
  20.     The program was compiled using the MANX Aztec C compiler version
  21.     3.40a.  The following lines show the command sequence I used.
  22.  
  23.         cc airfoil.c
  24.         ln -v airfoil.o -lm -lc
  25.  
  26.     This program is free to do with as you please as long as you give
  27.     me a little credit if you use the transformation algorithms.  Also,
  28.     if you make any improvements or additions please let me know about
  29.     them.  Please include this documentation with the program if you
  30.     choose to give it to anyone else.
  31.  
  32. ================================================================================
  33.  
  34.     This program generates airfoils as well as their corresponding
  35.     streamline and pressure distributions.  The equations used are
  36.     described in airfoil.doc.  To use this program first run it 
  37.     (either by selecting its' icon or typing "run airfoil" at the CLI 
  38.     prompt) then bring up the requester by double clicking the right 
  39.     mouse button (the menu button).  This requester can be brought up 
  40.     at any time (even during plotting) by double clicking the right 
  41.     mouse button.  The requester gadgets are located and described as 
  42.     follows.
  43.  
  44.     Gadget     Location                Description
  45.     ------     --------                -----------
  46.  
  47.     Quit       Upper left corner       Exits from program
  48.     Close      Upper right corner      Starts or continues plot
  49.     ShowTitle  Upper center            Toggles screen title bar
  50.     Airfoil    Below ShowTitle gadget  Toggles streamline/pressure plot
  51.     Camber     Below Airfoil gadget    Mid-chord camber entry
  52.     Thickness  Below Camber gadget     Mid-chord thickness entry
  53.     Angle      Below Thickness gadget  Angle of attack entry
  54.     Velocity   Bottom edge             Slider for velocity entry
  55.  
  56. ================================================================================
  57.